home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if objectp(oPuppeteer) then
- DoHotspots(oPuppeteer)
- end if
- end
-
- on wait howLong
- set startTime to the ticks
- repeat while the ticks < (startTime + howLong)
- updateStage()
- end repeat
- end
-
- on ejectTest
- global gCPU
- if gCPU = #Mac then
- set tempCDobject to AppleCD(mnew)
- put tempCDobject(mEject)
- put "<i> Disposing of CD-ejector object: " & tempCDobject(mdispose)
- else
- put "<!> This is just for Macs.."
- end if
- end
-